home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Context / JavaScript.DEF < prev    next >
Text File  |  2005-10-06  |  38KB  |  1,124 lines

  1. ; Tento soubor obsahuje makra programu PSPad pro JavaScript
  2. ;
  3. ; Autor: ing. Jan Fiala pspad@wo.cz
  4. ; poslednφ revize: 14.8.2001
  5. ;
  6. ; Klicova slova: 14.11.2003 Karel Pavelka
  7. ;
  8. [Macro definition]
  9. ;----------------------------------------------------------------------
  10. [abs | Returns the absolute value of a number]
  11. abs(|number)
  12. [acos | Returns the arccosine of a number]
  13. acos(|number)
  14. [Add | Adds a key and item pair to a Dictionary object]
  15. Add (|key, item)
  16. [Add | Adds a new Folder to a Folders collection]
  17. Add (|folderName)
  18. [Alert | Alert]
  19. alert ("º|");
  20. [anchor | Places an HTML anchor with a NAME attribute around specified text in the object]
  21. anchor(|anchorString)
  22. [apply | Applies a method of an object, substituting another object for the current object]
  23. apply(|[thisObj[,argArray]])
  24. [asin | Returns the arcsine of a number]
  25. asin(|number)
  26. [atan | Returns the arctangent of a number]
  27. atan(|number)
  28. [atan2 | Returns the angle (in radians) from the X axis to a point (y,x)]
  29. atan2(|y, x)
  30. [atEnd | Returns a Boolean value indicating if the enumerator is at the end of the collection]
  31. atEnd()|
  32. [big | Places HTML <BIG> tags around text in a String object]
  33. big()|
  34. [blink | Places HTML <BLINK> tags around text in a String object]
  35. blink()|
  36. [bold | Places HTML <B> tags around text in a String object]
  37. bold()|
  38. [BuildPath | Appends a name to an existing path]
  39. BuildPath(|path, name)
  40. [call | Calls a method of an object, substituting another object for the current object]
  41. call(|[thisObj[, arg1[, arg2[,   [, argN]]]]])
  42. [ceil | Returns the smallest integer greater than or equal to its numeric argument]
  43. ceil(|number)
  44. [charAt | Returns the character at the specified index]
  45. charAt(|index)
  46. [charCodeAt | Returns an integer representing the Unicode encoding of the character at the specified location]
  47. charCodeAt(|index)
  48. [Close | Closes an open TextStream file]
  49. Close();|
  50. [compile | Compiles a regular expression into an internal format for faster execution]
  51. compile(|pattern, [flags])
  52. [concat | Returns a new array consisting of a combination of two or more arrays]
  53. concat(|[item1[, item2[, . . . [, itemN]]]])
  54. [concat | Returns a string value containing the concatenation of two or more supplied strings]
  55. concat(|[string2[, string3[, . . . [, stringN]]]])
  56. [Confirm | Confirm]
  57. Confirm ("º|");
  58. [Copy | Copies a specified file or folder from one location to another]
  59. Copy(| destination[, overwrite] );
  60. [CopyFile | Copies one or more files from one location to another]
  61. CopyFile (| source, destination[, overwrite] )
  62. [CopyFolder | Recursively copies a folder from one location to another]
  63. CopyFolder (| source, destination[, overwrite] );
  64. [cos | Returns the cosine of a number]
  65. cos(|number)
  66. [CreateFolder | Creates a folder]
  67. CreateFolder(|foldername)
  68. [CreateTextFile | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file]
  69. CreateTextFile(|filename[, overwrite[, unicode]])
  70. [decodeURI | Returns the unencoded version of an encoded Uniform Resource Identifier (URI)]
  71. decodeURI(|URIstring)
  72. [decodeURIComponent | Returns the unencoded version of an encoded component of a Uniform Resource Identifier (URI)]
  73. decodeURIComponent(|encodedURIString)
  74. [Delete | Deletes a specified file or folder]
  75. Delete(| force );
  76. [DeleteFile | Deletes a specified file]
  77. DeleteFile (| filespec[, force] );
  78. [DeleteFolder | Deletes a specified folder and its contents]
  79. DeleteFolder (| folderspec[, force] );
  80. [dimensions | Returns the number of dimensions in a VBArray]
  81. dimensions()|
  82. [DriveExists | Returns True if the specified drive exists; False if it does not]
  83. DriveExists(|drivespec)
  84. [encodeURIComponent | Encodes a text string as a valid component of a Uniform Resource Identifier (URI)]
  85. encodeURIComponent(|encodedURIString)
  86. [escape | Encodes String objects so they can be read on all computers]
  87. escape(|charString)
  88. [eval | Evaluates JScript code and executes it]
  89. eval(|codeString)
  90. [exec | Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search]
  91. exec(|str)
  92. [Exists | Returns true if a specified key exists in the Dictionary object, false if it does not]
  93. Exists(|key)
  94. [exp | Returns e (the base of natural logarithms) raised to a power]
  95. exp(|number)
  96. [encodeURI | Encodes a text string as a valid Uniform Resource Identifier (URI]
  97. encodeURI(|URIString)
  98. [FileExists | Returns True if a specified file exists; False if it does not]
  99. FileExists(|filespec)
  100. [fixed | Places HTML <TT> tags around text in a String object]
  101. fixed()|
  102. [floor | Returns the greatest integer less than or equal to its numeric argument]
  103. floor(|number)
  104. [FolderExists | Returns True if a specified folder exists; False if it does not]
  105. FolderExists(|folderspec)
  106. [fontcolor | Places an HTML <FONT> tag with the COLOR attribute around the text in a String object]
  107. fontcolor(|colorVal)
  108. [fontsize | Places an HTML <FONT> tag with the SIZE attribute around the text in a String object]
  109. fontsize(|intSize)
  110. [fromCharCode | Returns a string from a number of Unicode character values]
  111. fromCharCode(|[code1[, code2[, ...[, codeN]]]])
  112. [GetAbsolutePathName | Returns a complete and unambiguous path from a provided path specification]
  113. GetAbsolutePathName(|pathspec)
  114. [GetBaseName | Returns a string containing the base name of the last component, less any file extension, in a path]
  115. GetBaseName(|path)
  116. [getDate | Returns the day of the month value in a Date object using local time]
  117. getDate()|
  118. [getDay | Returns the day of the week value in a Date object using local time]
  119. getDay()|
  120. [GetDrive | Returns a Drive object corresponding to the drive in a specified path]
  121. GetDrive (| drivespec );
  122. [GetDriveName | Returns a string containing the name of the drive for a specified path]
  123. GetDriveName(|path)
  124. [GetExtensionName | Returns a string containing the extension name for the last component in a path]
  125. GetExtensionName(|path)
  126. [GetFile | Returns a File object corresponding to the file in a specified path]
  127. GetFile(|filespec)
  128. [GetFileName | Returns the last component of specified path that is not part of the drive specification]
  129. GetFileName(|pathspec)
  130. [getFileVersion | Returns the version number of a specified file]
  131. GetFileVersion(|pathspec)
  132. [GetFolder | Returns a Folder object corresponding to the folder in a specified path]
  133. GetFolder(|folderspec)
  134. [getFullYear | Returns the year value in the Date object using local time]
  135. getFullYear()|
  136. [getHours | Returns the hours value in a Date object using local time]
  137. getHours()|
  138. [getItem | Returns the item at the specified location]
  139. getItem(|dimension1[, dimension2, ...], dimensionN)
  140. [getMilliseconds | Returns the milliseconds value in a Date object using local time]
  141. getMilliseconds()|
  142. [getMinutes | Returns the minutes value in a Date object using local time]
  143. getMinutes()|
  144. [getMonth | Returns the month value in the Date object using local time]
  145. getMonth()|
  146. [GetParentFolderName | Returns a string containing the name of the parent folder of the last component in a specified path]
  147. GetParentFolderName(|path)
  148. [getSeconds | Returns the seconds value in a Date object using local time]
  149. getSeconds()|
  150. [GetSpecialFolder | Returns the special folder object specified]
  151. GetSpecialFolder(|folderspec)
  152. [GetTempName | Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder]
  153. GetTempName ();|
  154. [getTime | Returns the time value in a Date object]
  155. getTime()|
  156. [getTimezoneOffset | Returns the difference in minutes between the time on the host computer and Universal Coordinated Time (UTC)]
  157. getTimezoneOffset()|
  158. [getUTCDate | Returns the date in a Date object using Universal Coordinated Time (UTC)]
  159. getUTCDate()|
  160. [getUTCDay | Returns the day of the week value in a Date object using Universal Coordinated Time (UTC)]
  161. getUTCDay()|
  162. [getUTCFullYear | Returns the year value in a Date object using Universal Coordinated Time (UTC)]
  163. getUTCFullYear()|
  164. [getUTCHours | Returns the hours value in a Date object using Universal Coordinated Time (UTC)]
  165. getUTCHours()|
  166. [getUTCMilliseconds | Returns the milliseconds value in a Date object using Universal Coordinated Time (UTC)]
  167. getUTCMilliseconds()|
  168. [getUTCMinutes | Returns the minutes value in a Date object using Universal Coordinated Time (UTC)]
  169. getUTCMinutes()|
  170. [getUTCMonth | Returns the month value value in a Date object using Universal Coordinated Time (UTC)]
  171. getUTCMonth()|
  172. [getUTCSeconds | Returns the seconds value in a Date object using Universal Coordinated Time (UTC)]
  173. getUTCSeconds()|
  174. [getVarDate | Returns the VT_DATE value in a Date object]
  175. getVarDate()|
  176. [getYear | Returns the year value in a Date object]
  177. getYear()|
  178. [hasOwnProperty | Returns a Boolean value indicating whether an object has a property with the specified name]
  179. hasOwnProperty(|proName)
  180. [indexOf | Returns the character position where the first occurrence of a substring occurs within a String object]
  181. indexOf(|subString[, startIndex])
  182. [isFinite | Returns a Boolean value that indicates if a supplied number is finite]
  183. isFinite(|number)
  184. [isNaN | Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number)]
  185. isNaN(|numValue)
  186. [isPrototypeOf | Returns a Boolean value indicating whether an object exists in another object's prototype chain]
  187. isPrototypeOf(|object2)
  188. [italics | Places HTML <I> tags around text in a String object]
  189. italics(| )
  190. [item | Returns the current item in the collection]
  191. item()|
  192. [Items | Returns an array containing all the items in a Dictionary object]
  193. Items()|
  194. [join | Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character]
  195. join(|separator)
  196. [Keys | Returns an array containing all existing keys in a Dictionary object]
  197. Keys()|
  198. [lastIndexOf | Returns the last occurrence of a substring within a String object]
  199. lastIndexOf(|substring[, startindex])
  200. [lbound | Returns the lowest index value used in the specified dimension of a VBArray]
  201. lbound(|dimension)
  202. [link | Places an HTML anchor with an HREF attribute around the text in a String object]
  203. link(|linkstring)
  204. [localeCompare | Returns a value indicating whether two strings are equivalent in the current locale]
  205. localeCompare(|stringExp)
  206. [log | Returns the natural logarithm of a number]
  207. log(|number)
  208. [match | Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search]
  209. match(|rgExp)
  210. [max | Returns the greater of zero or more supplied numeric expressions]
  211. max(|[number1[, number2[. . . [, numberN]]]])
  212. [min | Returns the lesser of zero or more supplied numeric expressions]
  213. min(|[number1[, number2[. . . [,numberN]]]])
  214. [Move | Moves a specified file or folder from one location to another]
  215. Move(| destination );
  216. [MoveFile | Moves one or more files from one location to another]
  217. MoveFile (| source, destination );
  218. [moveFirst | Resets the current item in the collection to the first item]
  219. moveFirst(| )
  220. [MoveFolder | Moves one or more folders from one location to another]
  221. MoveFolder (| source, destination );
  222. [moveNext | Moves the current item to the next item in the collection]
  223. moveNext()|
  224. [OpenAsTextStream | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  225. OpenAsTextStream(|[iomode, [format]])
  226. [OpenTextFile | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  227. OpenTextFile(|filename[, iomode[, create[, format]]])
  228. [parse | Parses a string containing a date, and returns the number of milliseconds between that date and midnight, January 1, 1970]
  229. parse(|dateVal)
  230. [parseFloat | Returns a floating-point number converted from a string]
  231. parseFloat(|numString)
  232. [parseInt | Returns an integer converted from a string]
  233. parseInt(|numString, [radix])
  234. [pop | Removes the last element from an array and returns it]
  235. pop()|
  236. [pow | Returns the value of a base expression taken to a specified power]
  237. pow(|base, exponent)
  238. [Prompt | Prompt]
  239. Prompt ("º|");
  240. [push | Appends new elements to an array, and returns the new length of the array]
  241. push(|[item1 [item2 [. . . [itemN ]]]])
  242. [random | Returns a pseudorandom number between 0 and 1]
  243. random(| )
  244. [Read | Reads a specified number of characters from a TextStream file and returns the resulting string]
  245. Read(|characters)
  246. [ReadAll | Reads an entire TextStream file and returns the resulting string]
  247. ReadAll();|
  248. [ReadLine | Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string]
  249. ReadLine()|
  250. [Remove | Removes a key, item pair from a Dictionary object]
  251. Remove(|key)
  252. [RemoveAll | The RemoveAll method removes all key, item pairs from a Dictionary object]
  253. RemoveAll()|
  254. [replace | Returns a copy of a string with text replaced using a regular expression or search string]
  255. replace(|rgExp, replaceText)
  256. [reverse | Returns an Array object with the elements reversed]
  257. reverse(| )
  258. [round | Returns a supplied numeric expression rounded to the nearest integer]
  259. round(|number)
  260. [search | Returns the position of the first substring match in a regular expression search]
  261. search(|rgExp)
  262. [setDate | Sets the numeric date of the Date object using local time]
  263. setDate(|numDate)
  264. [setFullYear | Sets the year value in the Date object using local time]
  265. setFullYear(|numYear[, numMonth[, numDate]])
  266. [setHours | Sets the hour value in the Date object using local time]
  267. setHours(|numHours[, numMin[, numSec[, numMilli]]])
  268. [setMilliseconds | Sets the milliseconds value in the Date object using local time]
  269. setMilliseconds(|numMilli)
  270. [setMinutes | Sets the minutes value in the Date object using local time]
  271. setMinutes(|numMinutes[, numSeconds[, numMilli]])
  272. [setMonth | Sets the month value in the Date object using local time]
  273. setMonth(|numMonth[, dateVal])
  274. [setSeconds | Sets the seconds value in the Date object using local time]
  275. setSeconds(|numSeconds[, numMilli])
  276. [setTime | Sets the date and time value in the Date object]
  277. setTime(|milliseconds)
  278. [setUTCDate | Sets the numeric date in the Date object using Universal Coordinated Time (UTC)]
  279. setUTCDate(|numDate)
  280. [setUTCFullYear | Sets the year value in the Date object using Universal Coordinated Time (UTC)]
  281. setUTCFullYear(|numYear[, numMonth[, numDate]])
  282. [setUTCHours | Sets the hours value in the Date object using Universal Coordinated Time (UTC)]
  283. setUTCHours(|numHours[, numMin[, numSec[, numMilli]]])
  284. [setUTCMilliseconds | Sets the milliseconds value in the Date object using Universal Coordinated Time (UTC)]
  285. setUTCMilliseconds(|numMilli)
  286. [setUTCMinutes | Sets the minutes value in the Date object using Universal Coordinated Time (UTC)]
  287. setUTCMinutes(|numMinutes[, numSeconds[, numMilli]])
  288. [setUTCMonth | Sets the month value in the Date object using Universal Coordinated Time (UTC)]
  289. setUTCMonth(|numMonth[, dateVal])
  290. [setUTCSeconds | Sets the seconds value in the Date object using Universal Coordinated Time (UTC)]
  291. setUTCSeconds(|numSeconds[, numMilli])
  292. [setYear | Sets the year value in the Date object]
  293. setYear(|numYear)
  294. [shift | Removes the first element from an array and returns it]
  295. shift()|
  296. [sin | Returns the sine of a number]
  297. sin(|number)
  298. [Skip | Skips a specified number of characters when reading a TextStream file]
  299. Skip(|characters)
  300. [SkipLine | Skips the next line when reading a TextStream file]
  301. SkipLine()|
  302. [slice | Returns a section of an array]
  303. slice(|start, [end])
  304. [slice | Returns a section of a string]
  305. slice(|start, [end])
  306. [small | Places HTML <SMALL> tags around text in a String object]
  307. small(| )
  308. [sort | Returns an Array object with the elements sorted]
  309. sort(|sortFunction)
  310. [splice | Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements]
  311. splice(|start, deleteCount, [item1[, item2[, . . . [,itemN]]]])
  312. [split | Returns the array of strings that results when a string is separated into substrings]
  313. split(|[separator[, limit]])
  314. [sqrt | Returns the square root of a number]
  315. sqrt(|number)
  316. [strike | Places HTML <STRIKE> tags around text in a String object]
  317. strike(| )
  318. [sub | Places HTML <SUB> tags around text in a String object]
  319. sub(| )
  320. [substr | Returns a substring beginning at a specified location and having a specified length]
  321. substr(|start [, length ])
  322. [substring | Returns the substring at the specified location within a String object]
  323. substring(|start, end)
  324. [sup | Places HTML <SUP> tags around text in a String object]
  325. sup(| )
  326. [tan | Returns the tangent of a number]
  327. tan(|number)
  328. [test | Returns a Boolean value that indicates whether or not a pattern exists in a searched string]
  329. test(|str)
  330. [toArray | Returns a standard JScript array converted from a VBArray]
  331. toArray(| )
  332. [toDateString | Returns a date as a string value]
  333. toDateString()|
  334. [toExponential | Returns a string containing a number represented in exponential notation]
  335. toExponential(|[fractionDigits])
  336. [toFixed | Returns a string representing a number in fixed-point notation]
  337. toFixed(|[fractionDigits])
  338. [toGMTString | Returns a date converted to a string using Greenwich Mean Time(GMT)]
  339. toGMTString()|
  340. [toLocaleDateString | Returns a date as a string value appropriate to the host environmentÆs current locale]
  341. toLocaleDateString()|
  342. [toLocaleLowerCase | Returns a string where all alphabetic characters have been converted to lowercase, taking into account the host environment's current locale]
  343. tolocaleLowerCase()|
  344. [toLocaleString | Returns a date converted to a string using the current locale]
  345. toLocaleString()|
  346. [toLocaleTimeString | Returns a time as a string value appropriate to the host environmentÆs current locale]
  347. toLocaleTimeString()|
  348. [toLocaleUpperCase | Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale]
  349. tolocaleUpperCase()|
  350. [toLowerCase | Returns a string where all alphabetic characters have been converted to lowercase]
  351. toLowerCase(| )
  352. [toPrecision | Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits]
  353. toPrecision (|[precision])
  354. [toString | Returns a string representation of an object]
  355. toString(|[radix])
  356. [toTimeString | Returns a time as a string value]
  357. toTimeString()|
  358. [toUpperCase | Returns a string where all alphabetic characters have been converted to uppercase]
  359. toUpperCase(| )
  360. [toUTCString | Returns a date converted to a string using Universal Coordinated Time (UTC)]
  361. toUTCString()|
  362. [ubound | Returns the highest index value used in the specified dimension of the VBArray]
  363. ubound(|dimension)
  364. [unescape | Decodes String objects encoded with the escape method]
  365. unescape(|charString)
  366. [unshift | Returns an array with specified elements inserted at the beginning]
  367. unshift(|[item1[, item2 [, . . . [, itemN]]]])
  368. [UTC | Returns the number of milliseconds between midnight, January 1, 1970 Universal Coordinated Time (UTC) (or GMT) and the supplied date]
  369. UTC(|year, month, day[, hours[, minutes[, seconds[,ms]]]])
  370. [valueOf | Returns the primitive value of the specified object]
  371. valueOf(| )
  372. [Write | Writes a specified string to a TextStream file]
  373. Write(|string)
  374. [WriteBlankLines | Writes a specified number of newline characters to a TextStream file]
  375. WriteBlankLines(|lines)
  376. [WriteLine | Writes a specified string and newline character to a TextStream file]
  377. WriteLine(|[string])
  378. [arguments | Returns the arguments object for the currently executing Function object]
  379. arguments|
  380. [AtEndOfLine | Returns true if the file pointer is positioned immediately before the end-of-line marker in a TextStream file; false if it is not. Read-only]
  381. AtEndOfLine|
  382. [AtEndOfStream | Returns true if the file pointer is at the end of a TextStream file; false if it is not. Read-only]
  383. AtEndOfStream|
  384. [Attributes | Sets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute]
  385. Attributes |[= newattributes]
  386. [AvailableSpace | Returns the amount of space available to a user on the specified drive or network share]
  387. AvailableSpace|
  388. [callee | Returns the Function object being executed, that is the body text of the specified Function object]
  389. ]arguments.callee|
  390. [caller | Returns a reference to the function that invoked the current function]
  391. caller|
  392. [Column | Read-only property that returns the column number of the current character position in a TextStream file]
  393. Column|
  394. [CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object]
  395. CompareMode|[ = compare]
  396. [constructor | Specifies the function that creates an object]
  397. constructor|
  398. [Count | Returns the number of items in a collection or Dictionary object. Read-only]
  399. Count|
  400. [DateCreated | Returns the date and time that the specified file or folder was created. Read-only]
  401. DateCreated|
  402. [DateLastAccessed | Returns the date and time that the specified file or folder was last accessed. Read-only]
  403. DateLastAccessed|
  404. [DateLastModified | Returns the date and time that the specified file or folder was last modified. Read-only]
  405. DateLastModified|
  406. [description | Returns or sets the descriptive string associated with a specific error]
  407. description |[= stringExpression]
  408. [Drive | Returns the drive letter of the drive on which the specified file or folder resides. Read-only]
  409. Drive|
  410. [DriveLetter | Returns the drive letter of a physical local drive or a network share. Read-only]
  411. DriveLetter|
  412. [Drives | Returns a Drives collection consisting of all Drive objects available on the local machine]
  413. Drives|
  414. [DriveType | Returns a value indicating the type of a specified drive]
  415. DriveType|
  416. [E | Returns Euler's constant, the base of natural logarithms. The E property is approximately equal to 2.718]
  417. E|
  418. [Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set]
  419. Files|
  420. [FileSystem | Returns the type of file system in use for the specified drive]
  421. FileSystem|
  422. [FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. Read-only]
  423. FreeSpace|
  424. [global | Returns a Boolean value indicating the state of the global flag (g) used with a regular expression. Default is false. Read-only]
  425. global|
  426. [ignoreCase | Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression. Default is false. Read-only]
  427. ignoreCase|
  428. [index | Returns the character position where the first successful match begins in a searched string. Read-only]
  429. index|
  430. [Infinity | Returns an initial value of Number.POSITIVE_INFINITY]
  431. Infinity|
  432. [input | Returns the string against which a regular expression search was performed. Read-only]
  433. input|
  434. [IsReady | Returns True if the specified drive is ready; False if it is not]
  435. IsReady|
  436. [IsRootFolder | Returns True if the specified folder is the root folder; False if it is not]
  437. IsRootFolder|
  438. [Item | Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. Read/write]
  439. Item(|key)[ = newitem]
  440. [Key | Sets a key in a Dictionary object]
  441. Key(|key) = newkey
  442. [lastIndex | Returns the character position where  the next match begins in a searched string]
  443. lastIndex|
  444. [lastMatch | Returns the last matched characters from any regular expression search. Read-only]
  445. lastMatch|
  446. [lastParen | Returns the last parenthesized submatch from any regular expression search, if any. Read-only]
  447. lastParen|
  448. [leftContext | Returns the characters from the beginning of a searched string up to the position before the beginning of the last match. Read-only]
  449. leftContext|
  450. [length | Returns the actual number of arguments passed to a function by the caller]
  451. ]arguments.length|
  452. [length | Returns an integer value one higher than the highest element defined in an array]
  453. length|
  454. [length | Returns the number of arguments defined for a function]
  455. length|
  456. [length | Returns the length of a String object]
  457. length|
  458. [Line | Read-only property that returns the current line number in a TextStream file]
  459. Line|
  460. [LN10 | Returns the natural logarithm of 10]
  461. LN10|
  462. [LN2 | Returns the natural logarithm of 2]
  463. LN2|
  464. [LOG10E | Returns the base-10 logarithm of e, Euler's constant]
  465. LOG10E|
  466. [LOG2E | Returns the base-2 logarithm of e, Euler's constant]
  467. LOG2E|
  468. [MAX_VALUE | Returns the largest number representable in JScript. Equal to approximately 1.79E+308]
  469. MAX_VALUE|
  470. [message | Returns an error message string]
  471. message|
  472. [MIN_VALUE | Returns the number closest to zero representable in JScript. Equal to approximately 5.00E-324]
  473. MIN_VALUE|
  474. [multiline | Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression. Default is false. Read-only]
  475. multiline|
  476. [Name | Sets or returns the name of a specified file or folder. Read/write]
  477. Name |[= newname]
  478. [name | Returns the name of an error]
  479. name|
  480. [NaN | Returns the special value NaN indicating that an expression is not a number]
  481. NaN|
  482. [NaN | A special value that indicates an arithmetic expression returned a value that was not a number]
  483. NaN|
  484. [NEGATIVE_INFINITY | Returns a value more negative than the largest negative number (-Number.MAX_VALUE) representable in JScript]
  485. NEGATIVE_INFINITY|
  486. [number | Returns or sets the numeric value associated with a specific error. The Error object's default property is number]
  487. number |[= errorNumber]
  488. [ParentFolder | Returns the folder object for the parent of the specified file or folder. Read-only]
  489. ParentFolder|
  490. [Path | Returns the path for a specified file, folder, or drive]
  491. Path|
  492. [PI | Returns the ratio of the circumference of a circle to its diameter, approximately 3.141592653589793]
  493. PI|
  494. [POSITIVE_INFINITY | Returns a value larger than the largest number (Number.MAX_VALUE) that can be represented in JScript]
  495. POSITIVE_INFINITY|
  496. [propertyIsEnumerable | Returns a Boolean value indicating whether a specified property is part of an object and if it is enumerable]
  497. propertyIsEnumerable(|proName)
  498. [prototype | Returns a reference to the prototype for a class of objects]
  499. prototype|
  500. [rightContext | Returns the characters from the position following the last match to the end of the searched string. Read-only]
  501. rightContext|
  502. [RootFolder | Returns a Folder object representing the root folder of a specified drive. Read-only]
  503. RootFolder|
  504. [SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume]
  505. SerialNumber|
  506. [ShareName | Returns the network share name for a specified drive]
  507. ShareName|
  508. [ShortName | Returns the short name used by programs that require the earlier 8.3 naming convention]
  509. ShortName|
  510. [ShortPath | Returns the short path used by programs that require the earlier 8.3 file naming convention]
  511. ShortPath|
  512. [Size | For files, returns the size, in bytes, of the specified file. For folders, returns the size, in bytes, of all files and subfolders contained in the folder]
  513. Size|
  514. [source | Returns a copy of the text of the regular expression pattern. Read-only]
  515. source|
  516. [SQRT1_2 | Returns he square root of 0.5, or one divided by the square root of 2]
  517. SQRT1_2|
  518. [SQRT2 | Returns the square root of 2]
  519. SQRT2|
  520. [SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with hidden and system file attributes set]
  521. SubFolders|
  522. [TotalSize | Returns the total space, in bytes, of a drive or network share]
  523. TotalSize|
  524. [Type | Returns information about the type of a file or folder. For example, for files ending in .TXT, "Text Document" is returned]
  525. Type|
  526. [undefined | Returns an initial value of undefined]
  527. undefined|
  528. [VolumeName | Sets or returns the volume name of the specified drive. Read/write]
  529. VolumeName |[= newname]
  530. [linebreak | Line break \n ]*Ctrl+Enter
  531. \n
  532. ;
  533. [Keywords]
  534. abs()
  535. abstract
  536. acos()
  537. action
  538. Add()
  539. alert()
  540. anchor()
  541. Arrays.concat()
  542. Arrays.join()
  543. Arrays.length
  544. Arrays.reverse()
  545. Arrays.slice()
  546. Arrays.sort()
  547. Arrays.toString()
  548. Arrays.valueOf()
  549. big()
  550. blink()
  551. blur()
  552. bold()
  553. boolean
  554. border
  555. byte
  556. case
  557. catch
  558. class
  559. clearTimeout()
  560. complete
  561. confirm()
  562. const
  563. continue
  564. Date.getDate()
  565. Date.getDay()
  566. Date.getFullYear()
  567. Date.getHours()
  568. Date.getMinutes()
  569. Date.getMonth()
  570. Date.getSeconds()
  571. Date.getTime()
  572. Date.getTimeZoneOffset()
  573. Date.getYear()
  574. Date.parse()
  575. Date.setDate()
  576. Date.setHours()
  577. Date.setMinutes()
  578. Date.setMonth()
  579. Date.setSeconds()
  580. Date.setTime()
  581. Date.setYear()
  582. Date.toGMTString()
  583. Date.toLocalString()
  584. default
  585. delete
  586. description
  587. do
  588. document.alinkColor
  589. document.anchors
  590. document.anchors[]
  591. document.applets[]
  592. document.arguments[]
  593. document.bgColor
  594. document.clear()
  595. document.close()
  596. document.cookie
  597. document.elements[]
  598. document.embeds
  599. document.embeds[]
  600. document.fgColor
  601. document.forms
  602. document.forms[]
  603. document.frames[]
  604. document.getselection()
  605. document.history[]
  606. document.images[]
  607. document.lastModified
  608. document.linkColor
  609. document.links
  610. document.links[]
  611. document.loadedDate
  612. document.location
  613. document.onAfterUpdate
  614. document.onBeforeUpdate
  615. document.onClick
  616. document.onDblClick
  617. document.onDragStart
  618. document.onErrorUpdate
  619. document.onHelp
  620. document.onKeyDown
  621. document.onKeyPress
  622. document.onKeyUp
  623. document.onLoad
  624. document.onMouseDown
  625. document.onMouseMove
  626. document.onMouseOut
  627. document.onMouseOver
  628. document.onMouseUp
  629. document.onReadyStateChange
  630. document.onRowEnter
  631. document.onRowExit
  632. document.onSelectStart
  633. document.onUnLoad
  634. document.open()
  635. document.options[]
  636. document.plugins[]
  637. document.referrer
  638. document.title
  639. document.userAgent
  640. document.vlinkColor
  641. document.write()
  642. document.writeln()
  643. double
  644. elements
  645. elements.blur()
  646. elements.click()
  647. elements.defaultChecked
  648. elements.defaultSelected
  649. elements.defaultValue
  650. elements.focus()
  651. elements.form
  652. elements.checked
  653. elements.length
  654. elements.name
  655. elements.select()
  656. elements.selected
  657. elements.selectedIndex
  658. elements.text
  659. elements.type
  660. elements.value
  661. else
  662. encoding
  663. escape()
  664. eval()
  665. extends
  666. false
  667. filename
  668. final
  669. finally
  670. fixed()
  671. float
  672. focus()
  673. fontcolor()
  674. fontsize()
  675. for
  676. Form.action
  677. Form.elements.blur()
  678. Form.elements.click()
  679. Form.elements.defaultChecked
  680. Form.elements.defaultSelected
  681. Form.elements.defaultValue
  682. Form.elements.focus()
  683. Form.elements.form
  684. Form.elements.checked
  685. Form.elements.length
  686. Form.elements.name
  687. Form.elements.select()
  688. Form.elements.selected
  689. Form.elements.selectedIndex
  690. Form.elements.text
  691. Form.elements.type
  692. Form.elements.value
  693. Form.encoding
  694. Form.length
  695. Form.method
  696. Form.name
  697. Form.parent
  698. Form.reset()
  699. Form.submit()
  700. Form.target
  701. frames
  702. Frames.length
  703. function
  704. Function.arguments[]
  705. Function.caller
  706. getDate()
  707. getDay()
  708. getHours()
  709. getMinutes()
  710. getMonth()
  711. getSeconds()
  712. getTime()
  713. getTimezoneOffset()
  714. getYear()
  715. goto
  716. hash
  717. height
  718. history.back()
  719. history.current
  720. history.forward()
  721. history.go()
  722. history.length
  723. host
  724. hostname
  725. href
  726. hspace
  727. char
  728. charAt()
  729. if
  730. images.border
  731. images.complete
  732. images.height
  733. images.hspace
  734. images.length
  735. images.lowsrc
  736. images.name
  737. images.src
  738. images.vspace
  739. images.width
  740. implements
  741. import
  742. in
  743. indexOf()
  744. instanceof
  745. int
  746. interface
  747. italics()
  748. lastIndexOf()
  749. lastIndexOf(,)
  750. length
  751. link()
  752. location.assign()
  753. location.hash
  754. location.host
  755. location.hostname
  756. location.href
  757. location.pathname
  758. location.port
  759. location.protocol
  760. location.reload()
  761. location.replace()
  762. location.search
  763. location.toString()
  764. long
  765. lowsrc
  766. Math.abs()
  767. Math.acos()
  768. Math.asin()
  769. Math.atan()
  770. Math.ceil()
  771. Math.cos()
  772. Math.e
  773. Math.exp()
  774. Math.floor()
  775. Math.ln10
  776. Math.ln2
  777. Math.LN32
  778. Math.LN4
  779. Math.log()
  780. Math.log10e
  781. Math.log2e
  782. Math.LOG32E
  783. Math.LOG4E
  784. Math.max()
  785. Math.min()
  786. Math.pi
  787. Math.pow()
  788. Math.random()
  789. Math.round()
  790. Math.sin()
  791. Math.sqrt()
  792. Math.sqrt1_2
  793. Math.sqrt2
  794. Math.SQRT3_4
  795. Math.SQRT4
  796. Math.tan()
  797. method
  798. name
  799. native
  800. navigator.appCodeName
  801. navigator.appName
  802. navigator.appVersion
  803. navigator.javaEnabled()
  804. navigator.mimeTypes
  805. navigator.mimeTypes.description
  806. navigator.mimeTypes.enabledPlugin
  807. navigator.mimeTypes.length
  808. navigator.mimeTypes.suffixes
  809. navigator.mimeTypes.type
  810. navigator.mimeTypes[]
  811. navigator.plugins
  812. navigator.plugins.description
  813. navigator.plugins.filename
  814. navigator.plugins.length
  815. navigator.plugins.name
  816. navigator.plugins[]
  817. navigator.preference
  818. navigator.userAgent
  819. new
  820. null
  821. number()
  822. Number.MAX_VALUE
  823. Number.MIN_VALUE
  824. Number.NaN
  825. Number.NEGATIVE_INFINITY
  826. Number.POSITIVE_INFINITY
  827. onAbort
  828. onabort=""
  829. onactivate=""
  830. onafterprint=""
  831. onAfterUpdate
  832. onafterupdate=""
  833. onback=""
  834. onbeforeactivate=""
  835. onbeforecopy=""
  836. onbeforecut=""
  837. onbeforedeactivate=""
  838. onbeforeeditfocus=""
  839. onbeforeprint=""
  840. onbeforerepaste=""
  841. onbeforeunload=""
  842. onBeforeUpdate
  843. onbeforeupdate=""
  844. onBlur
  845. onblur=""
  846. onbounce=""
  847. onClick
  848. onclick=""
  849. oncontextmenu=""
  850. oncontrolselect=""
  851. oncopy=""
  852. oncut=""
  853. onDataAvailable
  854. ondataavailable=""
  855. onDataSetComplete
  856. ondatasetcomplete=""
  857. ondatasetchange=""
  858. onDataSetChanged
  859. onDblClick
  860. ondblclick=""
  861. ondeactivate=""
  862. ondrag=""
  863. ondragend=""
  864. ondragenter=""
  865. ondragleave=""
  866. ondragover=""
  867. onDragStart
  868. ondragstart=""
  869. ondrop=""
  870. onError
  871. onerror=""
  872. onErrorUpdate
  873. onerrorupdate=""
  874. onFilterChange
  875. onfilterchange=""
  876. onfinish=""
  877. onFocus
  878. onfocus=""
  879. onfocusin=""
  880. onfocusout=""
  881. onforward=""
  882. onHelp
  883. onhelp=""
  884. onchange=""
  885. onKeyDown
  886. onkeydown=""
  887. onKeyPress
  888. onkeypress=""
  889. onKeyUp
  890. onkeyup=""
  891. onLoad
  892. onload=""
  893. onlosecapture=""
  894. onMouseDown
  895. onmousedown=""
  896. onmousedrag=""
  897. onmouseenter=""
  898. onmouseleave=""
  899. onMouseMove
  900. onmousemove=""
  901. onMouseOut
  902. onmouseout=""
  903. onMouseOver
  904. onmouseover=""
  905. onMouseUp
  906. onmouseup=""
  907. onmousewheel=""
  908. onmove=""
  909. onmoveend=""
  910. onmovestart=""
  911. onpaste=""
  912. onpropertychange=""
  913. onReadyStateChange
  914. onreadystatechange=""
  915. onReset
  916. onreset=""
  917. onResize
  918. onresize=""
  919. onresizeend=""
  920. onresizestart=""
  921. onroweenter=""
  922. onroweexit=""
  923. onRowEnter
  924. onRowExit
  925. onscroll=""
  926. onselect=""
  927. onSelectStart
  928. onselectstart=""
  929. onstop=""
  930. onSubmit
  931. onsubmit=""
  932. ontimeerorror=""
  933. onunload=""
  934. package
  935. parent
  936. parse()
  937. parseFloat()
  938. parseInt()
  939. pathname
  940. port
  941. private
  942. prompt()
  943. protected
  944. protocol
  945. prototype
  946. public
  947. reset()
  948. return
  949. screen.availHeight
  950. screen.availWidth
  951. screen.colorDepth
  952. screen.height
  953. screen.pixelDepth
  954. screen.width
  955. search
  956. select()
  957. self
  958. setDate()
  959. setMinutes()
  960. setMonth()
  961. setSeconds()
  962. setTime()
  963. setTimeout()
  964. setTimeout(,)
  965. setYear()
  966. short
  967. small()
  968. split()
  969. src
  970. static
  971. strike()
  972. string()
  973. Strings.anchor()
  974. Strings.big()
  975. Strings.blink()
  976. Strings.bold()
  977. Strings.concat()
  978. Strings.fixed()
  979. Strings.fontcolor()
  980. Strings.fontsize()
  981. Strings.charAt()
  982. Strings.charCodeAt()
  983. Strings.indexOf()
  984. Strings.italics()
  985. Strings.lastindexOf()
  986. Strings.length
  987. Strings.link()
  988. Strings.match()
  989. Strings.replace()
  990. Strings.search()
  991. Strings.slice()
  992. Strings.small()
  993. Strings.split()
  994. Strings.strike()
  995. Strings.sub()
  996. Strings.substr()
  997. Strings.substring()
  998. Strings.sup()
  999. Strings.toLowerCase()
  1000. Strings.toString()
  1001. Strings.toUpperCase()
  1002. Strings.valueOf()
  1003. sub()
  1004. submit()
  1005. substring()
  1006. sup()
  1007. super
  1008. switch
  1009. synchronized
  1010. target
  1011. throw
  1012. throws
  1013. toGMTString()
  1014. toLocaleString()
  1015. toLowerCase()
  1016. toString()
  1017. toUpperCase()
  1018. transient
  1019. true
  1020. try
  1021. typeof
  1022. unEscape()
  1023. UTC()
  1024. var
  1025. void
  1026. vspace
  1027. while
  1028. width
  1029. window
  1030. window.alert()
  1031. window.back()
  1032. window.blur()
  1033. window.clearInterval()
  1034. window.clearTimeout()
  1035. window.close()
  1036. window.closed
  1037. window.confirm()
  1038. window.defaultStatus
  1039. window.directories
  1040. window.document.alinkColor
  1041. window.document.anchors[]
  1042. window.document.applets[]
  1043. window.document.arguments[]
  1044. window.document.bgColor
  1045. window.document.close()
  1046. window.document.cookie
  1047. window.document.elements[]
  1048. window.document.embeds[]
  1049. window.document.fgColor
  1050. window.document.forms[]
  1051. window.document.frames[]
  1052. window.document.getselection()
  1053. window.document.history[]
  1054. window.document.images[]
  1055. window.document.lastModified
  1056. window.document.linkColor
  1057. window.document.links[]
  1058. window.document.location
  1059. window.document.open()
  1060. window.document.options[]
  1061. window.document.plugins[]
  1062. window.document.referrer
  1063. window.document.title
  1064. window.document.vlinkColor
  1065. window.document.write()
  1066. window.document.writeln()
  1067. window.focus()
  1068. window.frames
  1069. window.frames.length
  1070. window.height
  1071. window.history.back()
  1072. window.history.forward()
  1073. window.history.go()
  1074. window.history.length
  1075. window.length
  1076. window.location.hash
  1077. window.location.host
  1078. window.location.hostname
  1079. window.location.href
  1080. window.location.pathname
  1081. window.location.port
  1082. window.location.protocol
  1083. window.location.reload()
  1084. window.location.replace()
  1085. window.location.search
  1086. window.locationbar
  1087. window.menubar
  1088. window.moveBy()
  1089. window.moveTo()
  1090. window.name
  1091. window.offscreenBuffering
  1092. window.onBeforeUnload
  1093. window.onBlur
  1094. window.onError
  1095. window.onFocus
  1096. window.onHelp
  1097. window.onLoad
  1098. window.onResize
  1099. window.onScroll
  1100. window.onUnLoad
  1101. window.open()
  1102. window.opener
  1103. window.parent
  1104. window.print()
  1105. window.prompt()
  1106. window.resizable
  1107. window.resizeBy()
  1108. window.resizeTo()
  1109. window.scroll()
  1110. window.scrollbars
  1111. window.scrollBy()
  1112. window.scrollTo()
  1113. window.self
  1114. window.setInterval()
  1115. window.setTimeout()
  1116. window.status
  1117. window.statusbar
  1118. window.titlebar
  1119. window.toolbar
  1120. window.top
  1121. window.width
  1122. window.window
  1123. with
  1124.